home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / libakonadiprivate1 / README < prev   
Text File  |  2008-07-22  |  1KB  |  37 lines

  1. Akonadi
  2. ========
  3.  
  4. What is Akonadi?
  5. ------------------
  6. Akonadi is a PIM layer, which provides an asynchronous API to access all kind
  7. of PIM data (e.g. mails, contacts, events, todos etc.).
  8.  
  9. It consists of several processes (generally called the Akonadi server) and a
  10. library (called client library) which encapsulates the communication
  11. between the client and the server.
  12.  
  13. This directory contains the sources of the Akonadi server and all the infrastructure
  14. that is needed to build the client libraries and the application which want to make
  15. use of Akonadi.
  16.  
  17. Struture
  18. ----------
  19.  
  20.   * cmake/
  21.       Contains the cmake checks that are needed to build the server.
  22.  
  23.   * interfaces/
  24.       Contains the dbus interface descriptions that are used by the
  25.       client library to control the Akonadi server or request status
  26.       information.
  27.  
  28.   * libs/
  29.       Contains the sources of a private library which provides utils
  30.       that are used by both, the Akonadi server and the client library.
  31.  
  32.   * server/
  33.  
  34.  
  35.  
  36. See INSTALL for installation instructions.
  37.